home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / SPBDI.z / SPBDI
Text File  |  1996-03-14  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. SSSSPPPPBBBBDDDDIIII((((3333FFFF))))                                                            SSSSPPPPBBBBDDDDIIII((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      SPBDI   - SPBDI computes the determinant of a real symmetric positive
  10.      definite band matrix using the factors computed by SPBCO or SPBFA.  If
  11.      the inverse is needed, use SPBSL  N  times.
  12.  
  13.  
  14. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  15.       SUBROUTINE SPBDI(ABD,LDA,N,M,DET)
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      On Entry
  19.  
  20.      AAAABBBBDDDD REAL(LDA, N)
  21.         the output from SPBCO or SPBFA.
  22.  
  23.      LLLLDDDDAAAA INTEGER
  24.         the leading dimension of the array  ABD .
  25.  
  26.      NNNN INTEGER
  27.         the order of the matrix  A .
  28.  
  29.      MMMM INTEGER
  30.         the number of diagonals above the main diagonal.  On Return
  31.  
  32.      DDDDEEEETTTT REAL(2)
  33.         determinant of original matrix in the form
  34.         Determinant = DET(1) * 10.0**DET(2)
  35.         with  1.0 .LE. DET(1) .LT. 10.0
  36.         or  DET(1) .EQ. 0.0 .  LINPACK.  This version dated 08/14/78 .  Cleve
  37.      Moler, University of New Mexico, Argonne National Lab.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.